home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20021006-20030409 / 000016_hvanclee@nyx.net_Wed Oct 16 17:27:04 EDT 2002.msg < prev    next >
Text File  |  2003-04-08  |  3KB  |  61 lines

  1. Article: 13779 of comp.protocols.kermit.misc
  2. Newsgroups: comp.protocols.kermit.misc
  3. Subject: Problems transferring over ppp connection
  4. Organization: Nyx, Spirit of the Night
  5. X-Newsreader: trn 4.0-test76 (Apr 2, 2001)
  6. From: hvanclee@nyx.net (Henry van Cleef)
  7. Originator: hvanclee@nyx.net (Henry van Cleef)
  8. Message-ID: <1034801647.495773@irys.nyx.net>
  9. Cache-Post-Path: irys.nyx.net!unknown@nyx3.nyx.net
  10. X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/)
  11. NNTP-Posting-Host: 206.124.29.6
  12. Date: 16 Oct 2002 14:53:15 -0600
  13. X-Trace: omega.dimensional.com 1034801595 206.124.29.6 (16 Oct 2002 14:53:15 -0600)
  14. Lines: 43
  15. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!nntp1.tagonline.com!nycmny1-snf1.gtei.net!nycmny1-snh1.gtei.net!news.gtei.net!bloom-beacon.mit.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!HSNX.atgi.net!cyclone-sf.pbi.net!216.218.192.242!news.he.net!dimensional.com!pulsar.dimensional.com!omega.dimensional.com!not-for-mail
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13779
  17.  
  18. I have an account where I can connect either to a shell login or
  19. through ppp and TCP/IP.
  20.  
  21. I have no problem uploading and downloading files through the regular
  22. shell kermit protocol.  But when I try to upload or download over a
  23. telnet or ssh (have tried both) connection, the transmission starts
  24. ok, then blocks and gets tied in knots---it will finally complete, but
  25. only after wall-to-wall errors, and at a very slow rate.
  26.  
  27. The TCP/IP connection uses STREAMING, and I suspect that my problem
  28. lies in the fact that it's much faster than my modem setup can handle.
  29. What's the proper way to deal with this.
  30.  
  31. Configuration:
  32.  
  33. Sun Ultra 10 Solaris 8 10/01 local
  34. Sun Ultra 2  Solaris 8 10/01 remote
  35. cku201 at both ends (actually, the same build tree) compiled 
  36. solaris8g+openssl+zlib+pam+shadow: using gcc 2.95.3, zlib 1.1.4 (both
  37. ends).
  38.  
  39. Local modem is a sportster V90, locked down to 38.4 max, as the
  40. telephone line will only connect at 26400---modem-local speed is 
  41. 115200.  
  42.  
  43. Remote is a Portmaster3/Radius setup.  
  44. Note that this version of Solaris comes with the later PPP (similar to
  45. Linux), not the old asppp.  
  46. ppp options are:
  47. 115200                  # default baud rate for this port
  48. crtscts
  49. default-asyncmap        # work around broken peers
  50. noauth                  # do not authenticate the ISP's identity (client)
  51. noipdefault             # assume no IP address; get it from ISP
  52. defaultroute            # install default route; ISP is Internet gateway
  53. updetach                # log errors and CONNECT string to invoker
  54.  
  55. What should I be doing to make this work properly?  Yes, I bought the
  56. book, and have looked at the ckermit70.txt and ckermit80.txt, but 
  57. can't really find a clue in them.
  58.  
  59. Hank
  60.  
  61.